3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
You use a camera range structure to get or set the hither and yon clipping planes for a camera. A camera range structure is defined by the TQ3CameraRange data type.
typedef struct TQ3CameraRange {
float hither;
float yon;
} TQ3CameraRange;
Previous | QD3D Book | Overview | Chapter Contents | Next |